home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ply15dat.zip / ROOM0.PI < prev    next >
Text File  |  1992-10-04  |  597b  |  29 lines

  1. viewpoint {
  2.    from rotate(<0, 6, -8>, <0, 120, 0>)
  3.    at <0, 0, 0>
  4.    up <0, 1, 0>
  5.    angle 45
  6.    resolution 256, 256
  7.    }
  8.  
  9. include "room2.pi"
  10.  
  11. define sphere_environ
  12. environment("out000.tga", "out001.tga", "out002.tga",
  13.             "out003.tga", "out004.tga", "out005.tga")
  14.  
  15. object {
  16.    sphere <0, 0, 0>, 2
  17.    texture {
  18.       special surface {
  19.      color environment_map(reflect(I, N), sphere_environ)
  20.      // color environment_map(P, sphere_environ)
  21.      ambient 1.0
  22.      // reflection white, 1.0
  23.      diffuse white, 0.2
  24.      specular white, 0.2
  25.      microfacet Phong 10
  26.      }
  27.       }
  28.    }
  29.